home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 2 / Amiga Tools 2.iso / grafik / bildanzeiger / xanim2 / audio.readme next >
Text File  |  1995-03-09  |  5KB  |  119 lines

  1.  
  2.  
  3. NOTE: You must edit either the Imakefile or the Makefile to
  4. and uncomment out the AUDIO DEFINES and Libraries for your
  5. machine type before compiling.
  6.  
  7.  
  8. --------------------------------------------------------------
  9. What's Supported
  10. --------------------------------------------------------------
  11.  
  12.    The following is a list of currently supported audio formats: 
  13.  
  14.      AVI 8 and 16 bit RAW(PCM) mono/stereo.
  15.      Quicktime 8 and 16 bit RAW(PCM) mono/stereo.
  16.      Quicktime 8 and 16 bit TWOS(signed PCM) mono/stereo.
  17.      AVI ADPCM is *NOT* supported even though you'll get some 
  18.         distorted sound out of it. 
  19.      Quicktime MAC6 is *NOT* supported. Hell, I don't even know 
  20.         what it is.
  21.  
  22.  
  23. --------------------------------------------------------------
  24. Generic Bug's
  25. --------------------------------------------------------------
  26.  
  27.   + Remote Control Window will have the wrong colors with TrueColor
  28.     and DirectColor visuals. I haven't had time to look at this.
  29.  
  30.   + Possible bug with audio on Indigo 2's.
  31.  
  32. --------------------------------------------------------------
  33. New(or Fixes) to 2.69.7.0
  34. --------------------------------------------------------------
  35. Whole Bunch of Stuff
  36.   + ALL: Completely redid audio/video sync'ing.
  37.   + ALL: Should be able to step forwards/backwards and have audio resync
  38.          up when forwards play resumes. Backwards play is silent, but
  39.          audio should resync when you reverse to forwards again.
  40.   + HP:  Made several changes, but still not working.
  41.   + AF:  AudioFile support added by Tom Levergood and patched 
  42.                         by msm@panther.pa.dec.com
  43.   + LINUX: Bug is Closes_Freq resulted in mismatched freq's.
  44.   + SGI: Bug is Closes_Freq resulted in mismatched freq's.
  45.   + QT: Many new variations of older codecs supported.
  46.   + QT: minor bug fix that caused potential core dumps on Alphas.
  47.  
  48.  
  49. --------------------------------------------------------------
  50. Configuring For Your Machine
  51. --------------------------------------------------------------
  52.  
  53.   You'll need to edit the Makefile or the Imakefile. Go to the Audio 
  54.   section and uncomment out the DEFINE's associated with your machine
  55.   type. Make sure no other machine's DEFINE's are uncommented. That 
  56.   would be bad. 
  57.  
  58.  
  59. --------------------------------------------------------------
  60. Sun Sparc Specific Info
  61. --------------------------------------------------------------
  62.  
  63.   Having some problems with gcc, because it wants to use it's
  64.   own include files and they're usually wrong(or out of date).
  65.   Use cc if this happens.
  66.  
  67.   If you are using Solaris, use the -DSOLARIS define in the Makefile.
  68.  
  69. --------------------------------------------------------------
  70. Linux(soundcard) Specific Info
  71. --------------------------------------------------------------
  72.  
  73.   Compiles and runs on 8 bit and 16 bit sound cards(sound driver 2.5 and 2.99).
  74.   Some video/audio syncing problem with driver 2.5 that got better with 2.99.
  75.  
  76. --------------------------------------------------------------
  77. SGI Specific Info
  78. --------------------------------------------------------------
  79.  
  80.   If you have Irix 5.1 or greater then make sure you have installed 
  81.   the digital media development subsystem (dmedia_dev.sw.audio) off
  82.   of the CD-ROM.  
  83.  
  84.   If this isn't on your CD_ROM then read on...
  85.  
  86.   "according to the 5.2 readme first page, it says
  87.    that the Audio Development software has been moved from
  88.    the IDO to a purchasable option, IRIS media libraries. "
  89.  
  90.   And you either have to contact SGI and buy it($495) OR
  91.  
  92.   In the meantime, you can compile XAnim on an Irix 4.0.5 machine
  93.   and the XAnim binary should work back on the original Irix 5.1
  94.   or 5.2 machine. 
  95.  
  96.   Once XAnim audio is stablized on SGI's, I should be able to provide
  97.   an xanim executable.  NOTE: I don't have nor can I legally distribute
  98.   the SGI audio libraries and include files.
  99.  
  100. --------------------------------------------------------------
  101. HP Specific Info
  102. --------------------------------------------------------------
  103.  
  104.   Written, but not working. :^)
  105.  
  106. --------------------------------------------------------------
  107. AudioFile (AF) Specific Info
  108. --------------------------------------------------------------
  109.  
  110.   I haven't brought up AF yet on my machine. I'm assumming it work.
  111.  
  112. --------------------------------------------------------------
  113. Any comments, questions, bugs, fixes, etc  email me at podlipec@wellfleet.com
  114.  
  115. If you make changes to the audio code, please send entire 
  116. xanim_audio.c file unless the patches are minor.
  117.  
  118. --------------------------------------------------------------
  119.